home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / iterat31.zip / WHATSNEW.TXT < prev   
Text File  |  1993-09-23  |  4KB  |  72 lines

  1. What's new in Iterate version 3.0
  2. ────────────────────────────────────────────────────────────────────────────────
  3.    * Complete mouse support.
  4.    * Completely redesigned user interface.
  5.    * User function files improved:
  6.         User function can be entered in algebraic notation.
  7.         Errors are detected better.
  8.         Function parsing improved so it's not so persnickety.
  9.         User function can be edited from within the program.
  10.         Around 40 new operations added to the user function.
  11.         '-' works right--and curses on the person who invented it.
  12.    * Small improvements made everywhere.
  13.  
  14. What's new in Iterate version 3.01
  15. ────────────────────────────────────────────────────────────────────────────────
  16. * Some small and medium sized bugs fixed.
  17. * Tried to make it more idiot-proof (please try not to be too idiotic, though,
  18.   because I'm sure it's still possible to crash it if you're idiotic enough).
  19. * Iterate! saves changes to graphics colors, text colors, and aspect ratio 
  20.   in a file named "Iterate!.ini".
  21.  
  22. What's new in Iterate version 3.02
  23. ────────────────────────────────────────────────────────────────────────────────
  24. * A few more bugs fixed.
  25. * You can now disable the mouse by typing "Iterate! nomouse" at the command
  26.   line.  This might help if Iterate! doesn't work right with your mouse.
  27. * A better help screen was added.  You can access it by pressing "F1".
  28.  
  29.  
  30. What's new in Iterate version 3.1 
  31. ────────────────────────────────────────────────────────────────────────────────
  32. * Bugs fixed in function interpreter.  Things like (x+5*y^2-3) now parse 
  33.   properly (they didn't before--that's what I get for borrowing somebody's
  34.   code who didn't know what he was doing).
  35. * Things like -(x+y) now parse properly (that minus sign is going to be 
  36.   death of me).  I think everything now parses properly that's going to.
  37. * You can now choose different User Function files when you use the <E> 
  38.   command.
  39. * You can now use your own text editor to edit user functions files, instead
  40.   of the built in (somewhat wimpy) text editor.  This also allows line length
  41.   of up to 255 characters and an unlimited number of lines (the built in text
  42.   editor is limited to 22 lines of 75 characters).
  43. * The graphics window zoom now works much better.
  44. * You can now iterate a point up to 2147483647 times instead of a measly 65535
  45. * Some context sensitive help added for editing User Function and other menus.
  46. * Trace iterate feature added.  Press M to trace out an iteration step by step.
  47.   Especially fascinating with Julia Sets (Function E).
  48. * Zippy parameter feature added.  You can load in a graph of the Mandelbrot
  49.   Set, choose a point, press Z, and the coordinates of that point are 
  50.   automatically loaded in as 'a' and 'b'.  Works great for finding good Julia
  51.   Sets.
  52. * Julia Set feature added.  When you are working with the Julia Set function
  53.   (Function E), press J to automatically draw the Julia Set (using Function F).
  54.   This way, you can see the entire Julia Set and experiment to see what happens
  55.   to points in various parts of the Julia Set.
  56. * Function F improved--it now draws the Julia Set much better thanks to some
  57.   tricky algorithms.
  58. * Documentation expanded and revised.  
  59.  
  60. What's new in Iterate version 3.11 
  61. ────────────────────────────────────────────────────────────────────────────────
  62. * Iterate! automatically speeds up keyboard repeat rate if you have an
  63.   extended keyboard.  This dramatically speeds up program response when you use
  64.   the arrow keys to move and when you use <M> to trace an iteration.  If you
  65.   don't want the repeat rate changed, you can disable this feature using the
  66.   <G> command.
  67. * The KBRepeat program is included.  KBRepeat adjusts the keyboard repeat
  68.   rate.  You can use it to recover from Iterate!'s adjustments or just to set
  69.   the repeat rate the way you want it.
  70. * The Iterate!.ini file is now saved to the same directory Iterate!.exe is in.
  71.   
  72.